CSC 2411 - Linear Programming and Combinatorial Optimization ∗ Lecture 6 : The Ellipsoid Method
نویسنده
چکیده
This lecture introduces the Ellipsoid Method, the first polynomialtime algorithm to solve LP. We start by discussing the historical significance of its discovery by L. Khachiyan. Next, we argue that the ability to decide the feasibility of a version of the constraints of an LP is as hard as solving the LP. To gather the intuition behind the Ellipsoid Method, we draw an analogy with a problem of finding a large creature in a constrained space. Through this analogy, we formulate 3 “ingredients” that we require of the potential algorithm that will find this creature. Next, we show that each of these ingredients exists for the feasibility problem we are solving. Finally, we discuss the need for ellipsoids as the bounding volumes used to locate the feasible set. As a result, we are able to sketch the pseudocode of the Ellipsoid Method, whose correctness and polynomial time complexity is demonstrated. As preparation for the upcoming lecture, we consider expressing an ellipsoid using a positive semi-definite matrix.
منابع مشابه
CSC 2411 - Linear Programming and Combinatorial Optimization ∗ Lecture 7 : Ellipsoid Algorithm and Interior Point
This lecture provides an in-depth explanation of ellipsoid algorithm which was developed in 1979 by a Soviet mathematician L.G. Khachian. Ellipsoid algorithm is the first polynomial-time linear programming algorithm which also knows as Khachiyan’s algorithm to acknowledge Khachiyan’s discovery. This algorithm is fundamentally different from Simplex Algorithm in a sense that it does not exploit ...
متن کاملCSC 2411 - Linear Programming and Combinatorial Optimization ∗ Lecture 9 : Ellipsoid Algorithm ( Contd
The ellipsoid algorithm tells us that given these oracles to a problem, guarantees of not too large of an initial search space, and not too small of a possible volume for P = 0, we get a polynomial solution. With this observation, we may hope to achieve polynomial algorithms to certain LP with many more constraints than the natural parameters of the problem. Specifically, if m, the number of co...
متن کاملCSC 2411 - Linear Programming and Combinatorial Optimization ∗ Lecture 9 : Semi - Definite Programming Combinatorial Optimization
This lecture consists of two main parts. In the first one, we revisit Semi-Definite Programming (SDP). We show its equivalence to Vector Programming, we prove it has efficient membership and separation oracles and finally state a theorem that shows why Ellipsoid can be used to acquire an approximate solution of a semi-definite program. In the second part, we make a first approach to Combinatori...
متن کاملCSC 5160 : Combinatorial Optimization and Approximation Algorithms
In this lecture, we will talk about the technique of using Linear Programming (LP) to solve combinatorial optimization problems. The lecture is divided into two parts. In the first part, we discuss the theoretical aspects of LP and illustrate by exmaples how combinatoric problems can be reforumated as LP problems. In the second part, we introduce two popular algorithms in solving LP problems: t...
متن کاملCSC 2411 - Linear Programming and Combinatorial Optimization ∗ Lecture 8 : Interior Point Method and Semi Definite Programming
In the last lecture, we were introduced to the Interior Point Method. The simplex method solves linear programming problems (LP) by visiting extreme points (vertices) on the boundary of the feasible set. In contrast, the interior point method is based on algorithms that find an optimal solution while moving in the interior of the feasible set. Intuitively, in each iteration of the interior poin...
متن کامل